-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put mod_disco opts in a map with defaults #3550
Conversation
3636410
to
ccb5fb9
Compare
Codecov Report
@@ Coverage Diff @@
## master #3550 +/- ##
==========================================
- Coverage 79.26% 79.20% -0.07%
==========================================
Files 420 420
Lines 32266 32263 -3
==========================================
- Hits 25577 25555 -22
- Misses 6689 6708 +19
Continue to review full report at Codecov.
|
ccb5fb9
to
de43d68
Compare
The special case of 'undefined' treated as 'mod_disco' was counter-intuitive.
e3bd9da
to
6a3945f
Compare
Also: - Add mod_config utility - Order default module config alphabetically
6a3945f
to
c6cb0f0
Compare
small_tests_23 / small_tests / c6cb0f0 small_tests_24 / small_tests / c6cb0f0 dynamic_domains_mysql_redis_24 / mysql_redis / c6cb0f0 dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / c6cb0f0 dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / c6cb0f0 dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / c6cb0f0 internal_mnesia_24 / internal_mnesia / c6cb0f0 elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / c6cb0f0 ldap_mnesia_24 / ldap_mnesia / c6cb0f0 mysql_redis_24 / mysql_redis / c6cb0f0 pgsql_mnesia_23 / pgsql_mnesia / c6cb0f0 pgsql_mnesia_24 / pgsql_mnesia / c6cb0f0 mssql_mnesia_24 / odbc_mssql_mnesia / c6cb0f0 riak_mnesia_24 / riak_mnesia / c6cb0f0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Also:
default_mod_config
alphabetically.mod_config/2
helperundefined
module treated asmod_disco
- it was counter-intuitive.